const encoding/xml.xmlnsPrefix
6 uses
encoding/xml (current package)
marshal.go#L552: start.Attr = append(start.Attr, Attr{Name{"", xmlnsPrefix}, ""})
xml.go#L307: if a.Name.Space == xmlnsPrefix {
xml.go#L312: if a.Name.Space == "" && a.Name.Local == xmlnsPrefix {
xml.go#L338: xmlnsPrefix = "xmlns"
xml.go#L347: case n.Space == xmlnsPrefix:
xml.go#L353: case n.Space == "" && n.Local == xmlnsPrefix:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)